home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the 3D Game Programming Gurus / gurus.iso / DirectX / dx9sdkcp.exe / SDK (C++) / Bin / DXUtils / Visual Studio 6.0 Wizards / DMToolWizard.awx / TEMPLATE / STDAFX.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  2002-12-11  |  497 b   |  15 lines

  1. //------------------------------------------------------------------------------
  2. // File: stdafx.cpp
  3. //
  4. // Desc: Standard include file.
  5. //
  6. // Copyright (c) Microsoft Corporation.  All rights reserved.
  7. //------------------------------------------------------------------------------
  8.  
  9.  
  10. // stdafx.cpp : source file that includes just the standard includes
  11. //  stdafx.pch will be the pre-compiled header
  12. //  stdafx.obj will contain the pre-compiled type information
  13.  
  14. #include "stdafx.h"
  15.